ignition client close

110

ignition client close -

# This code would exit the client after confirming with the user.
if system.gui.confirm("Are you sure you want to exit?"):
   system.util.exit()

Comments

Submit
0 Comments